curtailed source - vertaling naar italiaans
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

curtailed source - vertaling naar italiaans

COLLECTION OF COMPUTER INSTRUCTIONS WRITTEN USING SOME HUMAN-READABLE COMPUTER LANGUAGE
Sourcecode; Source-code; Source file; Source program; Source tree; Yuanma; Source form; Source files
  •  url-status = dead}}</ref><!-- See http://cm.bell-labs.com/cm/cs/who/dmr/ctut.pdf for original.-->

curtailed source      
fonte ridotta
source program         
programma di origine
current source         
  • The internal structure of a current limiting diode
  • Current limiter with NPN transistors
ELECTRICAL COMPONENT THAT CONDUCTS A FIXED CURRENT, INDEPENDENT OF THE VOLTAGE ACROSS IT
Constant current source; Current sources; Constant current regulator; Ideal current source; Controlled current source; Current-source; Current regulator; Dependent current source; Howland current source; Current sink
fonte di corrente (elettrica)

Definitie

Open Source Definition
<standard> (OSD) Definition of distribution terms for {open source} software, promoted by the Open Source Initiative. http://opensource.org/osd.html. (1999-11-28)

Wikipedia

Source code

In computing, source code, or simply code, is any collection of text, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code.

The source code is often transformed by an assembler or compiler into binary machine code that can be executed by the computer. The machine code is then available for execution at a later time.

Most application software is distributed in a form that includes only executable files. If the source code were included it would be useful to a user, programmer or a system administrator, any of whom might wish to study or modify the program.

Alternatively, depending on the technology being used, source code may be interpreted and executed directly.